libxl: clean up qemu-save and qemu-resume files
authorWei Liu <wei.liu2@citrix.com>
Wed, 3 Jun 2015 10:44:50 +0000 (11:44 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 17 Jun 2015 10:28:15 +0000 (11:28 +0100)
commit08974f3d2f7df9ebabfae1c9336c2ad309c4c7d0
tree8da9724d4b38ffcb40bd141bc24eccdccdfad59a
parentfcbfaf9d260adbdb9352d6300b9f63c4ed443d49
libxl: clean up qemu-save and qemu-resume files

These files are leaked when using qemu-trad stubdom.  They are
intermediate files created by libxc. Unfortunately they don't fit well
in our userdata scheme. Clean them up after we destroy all userdata,
we're sure they are not useful anymore at that point.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl.c